Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keeex/asmcrypto.js

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keeex/asmcrypto.js

Asm.js implementation of WebCrypto API

  • 4.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Fork of asmcrypto.js

Fork of asmcrypto.js initially intended to exclude some primitives from the build. This is maintained as a fallback for environments where more modern alternatives are not available.

Only the following classes are kept:

  • SHA-2-256
  • SHA-2-512
  • PBKDF2(SHA-2-256)
  • PKKDF2(SHA-2-512)
  • AES

Original README

JavaScript implementation of popular cryptographic utilities with performance in mind.

Build & Test

Then download and build the stuff:

git clone https://github.com/asmcrypto/asmcrypto.js.git
cd asmcrypto.js/
npm install

Running tests is always a good idea:

npm test

Congratulations! Now you have your asmcrypto.js ready to use ☺

Support

  • NodeJS 10
  • IE11
  • last two Chrome versions
  • last two Firefox versions and the latest Firefox ESR
  • last two Edge versions
  • last two Safari versions

AsmCrypto 2.0

  • Moved to TypeScript
  • I have no confident knowledge on random generation, so I don't feel right maintaining it. As of 2.0 all custom random generation and seeding code is removed, the underlying browsers and environments have to provide secure random.

FAQs

Package last updated on 27 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc